home *** CD-ROM | disk | FTP | other *** search
/ Champak 99 / (Vol 99) Jan 19 2010.iso / Games / bomb_bandits.swf / scripts / DefineButton2_100 / BUTTONCONDACTION on(release).as
Text File  |  2010-01-19  |  142b  |  7 lines

  1. on(release){
  2.    _root.SFXfootsteps.gotoAndStop("off");
  3.    _root.SFXatmos.gotoAndStop("off");
  4.    _root.soundOn = 0;
  5.    gotoAndStop(1);
  6. }
  7.